home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / boot / sunprom / boot.h < prev    next >
C/C++ Source or Header  |  1990-07-17  |  372b  |  21 lines

  1. /*
  2.  * boot.h --
  3.  *
  4.  *    Boot program definitions.
  5.  *
  6.  * Copyright 1986 Regents of the University of California
  7.  * All rights reserved.
  8.  *
  9.  *
  10.  * $Header: /sprite/src/boot/sunprom/RCS/boot.h,v 1.3 90/07/17 15:42:02 mendel Exp $ SPRITE (Berkeley)
  11.  */
  12.  
  13. #ifndef _BOOT
  14. #define _BOOT
  15.  
  16. /*
  17.  * SUN_PROM_BOOT - boot using the drivers in the Sun PROMs.
  18.  */
  19. #define SUN_PROM_BOOT
  20. #endif
  21.